CQG Algorithmic Orders
FilledQuantity Property
See Also  Send Feedback
AlgoOrder Icebergs (ICBG) > AlgorithmicOrders Namespace > ICBG_AlgorithmicOrder Class : FilledQuantity Property



Glossary Item Box

Gets or sets algorithmic order filled quantity.

Syntax

Visual Basic (Declaration) 
Public Property FilledQuantity As ULong
Visual Basic (Usage)Copy Code
Dim instance As ICBG_AlgorithmicOrder
Dim value As ULong
 
instance.FilledQuantity = value
 
value = instance.FilledQuantity
C# 
public ulong FilledQuantity {get; set;}
C++/CLI 
public:
property ulong FilledQuantity {
   ulong get();
   void set (    ulong value);
}

Property Value

New value of the filed quantity of algorithmic order to setFilled quantity of algorithmic order

See Also

Reference

ICBG_AlgorithmicOrder Class
ICBG_AlgorithmicOrder Members

Copyright © 2012 CQG Inc. All Rights Reserved.